﻿2026-07-26T16:19:37.7615921Z ##[group]Run set -euo pipefail
2026-07-26T16:19:37.7616226Z [36;1mset -euo pipefail[0m
2026-07-26T16:19:37.7616440Z [36;1mPIN=0c95435[0m
2026-07-26T16:19:37.7616650Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-26T16:19:37.7616894Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-26T16:19:37.7617224Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-26T16:19:37.7617635Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-26T16:19:37.7618064Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-26T16:19:37.7618421Z [36;1m  rm -rf "$CACHE"[0m
2026-07-26T16:19:37.7618650Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-26T16:19:37.7618918Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-26T16:19:37.7619331Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-26T16:19:37.7619662Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-26T16:19:37.7619944Z [36;1mfi[0m
2026-07-26T16:19:37.7620206Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-26T16:19:37.7632766Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-26T16:19:37.7633081Z env:
2026-07-26T16:19:37.7633261Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-26T16:19:37.7633490Z ##[endgroup]
2026-07-26T16:19:38.4733235Z    Compiling proc-macro2 v1.0.106
2026-07-26T16:19:38.4733763Z    Compiling unicode-ident v1.0.24
2026-07-26T16:19:38.4734134Z    Compiling quote v1.0.45
2026-07-26T16:19:38.4734542Z    Compiling libc v0.2.186
2026-07-26T16:19:38.4734881Z    Compiling serde_core v1.0.228
2026-07-26T16:19:38.4735285Z    Compiling cfg-if v1.0.4
2026-07-26T16:19:38.4735629Z    Compiling serde v1.0.228
2026-07-26T16:19:38.4774808Z    Compiling log v0.4.32
2026-07-26T16:19:38.4833241Z    Compiling pin-project-lite v0.2.17
2026-07-26T16:19:38.4867094Z    Compiling typenum v1.20.1
2026-07-26T16:19:38.4911589Z    Compiling portable-atomic v1.13.1
2026-07-26T16:19:38.4984080Z    Compiling memchr v2.8.1
2026-07-26T16:19:38.5054895Z    Compiling version_check v0.9.5
2026-07-26T16:19:38.5056333Z    Compiling critical-section v1.2.0
2026-07-26T16:19:38.5056942Z    Compiling find-msvc-tools v0.1.9
2026-07-26T16:19:38.5298812Z    Compiling shlex v2.0.1
2026-07-26T16:19:38.5861187Z    Compiling subtle v2.6.1
2026-07-26T16:19:38.5951579Z    Compiling futures-core v0.3.32
2026-07-26T16:19:38.6290996Z    Compiling bytes v1.11.1
2026-07-26T16:19:38.7252684Z    Compiling smallvec v1.15.1
2026-07-26T16:19:38.7310628Z    Compiling equivalent v1.0.2
2026-07-26T16:19:38.7928337Z    Compiling itoa v1.0.18
2026-07-26T16:19:38.7929587Z    Compiling semver v1.0.28
2026-07-26T16:19:38.7930345Z    Compiling stable_deref_trait v1.2.1
2026-07-26T16:19:38.8040835Z    Compiling slab v0.4.12
2026-07-26T16:19:38.8600665Z    Compiling futures-sink v0.3.32
2026-07-26T16:19:38.8894783Z    Compiling futures-io v0.3.32
2026-07-26T16:19:38.8969870Z    Compiling futures-task v0.3.32
2026-07-26T16:19:38.9172985Z    Compiling generic-array v0.14.7
2026-07-26T16:19:38.9490832Z    Compiling futures-channel v0.3.32
2026-07-26T16:19:39.0023064Z    Compiling rand_core v0.10.1
2026-07-26T16:19:39.0460920Z    Compiling bitflags v2.12.1
2026-07-26T16:19:39.0530538Z    Compiling hashbrown v0.17.1
2026-07-26T16:19:39.0920667Z    Compiling rustc_version v0.4.1
2026-07-26T16:19:39.0990764Z    Compiling rustversion v1.0.22
2026-07-26T16:19:39.1080978Z    Compiling cpufeatures v0.2.17
2026-07-26T16:19:39.1281370Z    Compiling getrandom v0.4.2
2026-07-26T16:19:39.1690543Z    Compiling fnv v1.0.7
2026-07-26T16:19:39.1882002Z    Compiling cfg_aliases v0.2.1
2026-07-26T16:19:39.2066555Z    Compiling strsim v0.11.1
2026-07-26T16:19:39.2330853Z    Compiling litemap v0.8.2
2026-07-26T16:19:39.2541014Z    Compiling writeable v0.6.3
2026-07-26T16:19:39.2671797Z    Compiling utf8_iter v1.0.4
2026-07-26T16:19:39.3009937Z    Compiling icu_properties_data v2.2.0
2026-07-26T16:19:39.3922076Z    Compiling dunce v1.0.5
2026-07-26T16:19:39.4510697Z    Compiling ident_case v1.0.1
2026-07-26T16:19:39.4580592Z    Compiling fs_extra v1.3.0
2026-07-26T16:19:39.4814319Z    Compiling icu_normalizer_data v2.2.0
2026-07-26T16:19:39.5223507Z    Compiling percent-encoding v2.3.2
2026-07-26T16:19:39.5240615Z    Compiling autocfg v1.5.1
2026-07-26T16:19:39.5891151Z    Compiling http v1.4.1
2026-07-26T16:19:39.7304489Z    Compiling thiserror v2.0.18
2026-07-26T16:19:39.7321091Z    Compiling unicode-segmentation v1.13.3
2026-07-26T16:19:39.7770852Z    Compiling cpufeatures v0.3.0
2026-07-26T16:19:39.7888924Z    Compiling aws-lc-rs v1.17.0
2026-07-26T16:19:39.8290719Z    Compiling scopeguard v1.2.0
2026-07-26T16:19:39.8390539Z    Compiling indexmap v2.14.0
2026-07-26T16:19:39.8435997Z    Compiling chacha20 v0.10.0
2026-07-26T16:19:39.9029876Z    Compiling syn v2.0.117
2026-07-26T16:19:39.9476104Z    Compiling lock_api v0.4.14
2026-07-26T16:19:39.9760672Z    Compiling form_urlencoded v1.2.2
2026-07-26T16:19:39.9972563Z    Compiling untrusted v0.9.0
2026-07-26T16:19:40.0840622Z    Compiling heck v0.5.0
2026-07-26T16:19:40.0920447Z    Compiling rustls v0.23.40
2026-07-26T16:19:40.1175955Z    Compiling atomic-waker v1.1.2
2026-07-26T16:19:40.1440559Z    Compiling anyhow v1.0.102
2026-07-26T16:19:40.1684931Z    Compiling const-oid v0.10.2
2026-07-26T16:19:40.1920779Z    Compiling unicode-xid v0.2.6
2026-07-26T16:19:40.2090950Z    Compiling zerocopy v0.8.50
2026-07-26T16:19:40.2663061Z    Compiling httparse v1.10.1
2026-07-26T16:19:40.2880531Z    Compiling paste v1.0.15
2026-07-26T16:19:40.2940405Z    Compiling parking_lot_core v0.9.12
2026-07-26T16:19:40.3150120Z    Compiling convert_case v0.10.0
2026-07-26T16:19:40.3485486Z    Compiling num-traits v0.2.19
2026-07-26T16:19:40.4180489Z    Compiling jobserver v0.1.34
2026-07-26T16:19:40.4315180Z    Compiling hybrid-array v0.4.12
2026-07-26T16:19:40.4557014Z    Compiling curve25519-dalek v4.1.3
2026-07-26T16:19:40.5230582Z    Compiling ahash v0.8.12
2026-07-26T16:19:40.6040139Z    Compiling http-body v1.0.1
2026-07-26T16:19:40.6127298Z    Compiling base64ct v1.8.3
2026-07-26T16:19:40.6501712Z    Compiling powerfmt v0.2.0
2026-07-26T16:19:40.6603200Z    Compiling either v1.16.0
2026-07-26T16:19:40.7200637Z    Compiling fastrand v2.4.1
2026-07-26T16:19:40.7390525Z    Compiling cc v1.2.63
2026-07-26T16:19:40.8360927Z    Compiling crypto-common v0.1.7
2026-07-26T16:19:40.8559413Z    Compiling block-buffer v0.10.4
2026-07-26T16:19:40.8915533Z    Compiling pem-rfc7468 v1.0.0
2026-07-26T16:19:40.9099709Z    Compiling deranged v0.5.8
2026-07-26T16:19:40.9481118Z    Compiling tinyvec_macros v0.1.1
2026-07-26T16:19:40.9827221Z    Compiling digest v0.10.7
2026-07-26T16:19:41.0101366Z    Compiling data-encoding v2.11.0
2026-07-26T16:19:41.0200850Z    Compiling try-lock v0.2.5
2026-07-26T16:19:41.1061075Z    Compiling base64 v0.22.1
2026-07-26T16:19:41.1340939Z    Compiling mio v1.2.1
2026-07-26T16:19:41.1710825Z    Compiling socket2 v0.6.4
2026-07-26T16:19:41.1791161Z    Compiling getrandom v0.2.17
2026-07-26T16:19:41.2438621Z    Compiling zmij v1.0.21
2026-07-26T16:19:41.2686211Z    Compiling num-conv v0.2.2
2026-07-26T16:19:41.4172088Z    Compiling rand v0.10.1
2026-07-26T16:19:41.4574309Z    Compiling rand_core v0.6.4
2026-07-26T16:19:41.4802376Z    Compiling uuid v1.23.2
2026-07-26T16:19:41.4825265Z    Compiling tower-service v0.3.3
2026-07-26T16:19:41.5172891Z    Compiling pkg-config v0.3.33
2026-07-26T16:19:41.5379613Z    Compiling time-core v0.1.8
2026-07-26T16:19:41.5770453Z    Compiling vcpkg v0.2.15
2026-07-26T16:19:41.6058580Z    Compiling parking_lot v0.12.5
2026-07-26T16:19:41.6300706Z    Compiling sha2 v0.10.9
2026-07-26T16:19:41.7410542Z    Compiling block-buffer v0.12.0
2026-07-26T16:19:41.9580677Z    Compiling crypto-common v0.2.2
2026-07-26T16:19:42.1180579Z    Compiling want v0.3.1
2026-07-26T16:19:42.1320552Z    Compiling tinyvec v1.11.0
2026-07-26T16:19:42.1347012Z    Compiling inout v0.1.4
2026-07-26T16:19:42.2269419Z    Compiling cmake v0.1.58
2026-07-26T16:19:42.2549913Z    Compiling vergen-lib v9.1.0
2026-07-26T16:19:42.2835826Z    Compiling n0-future v0.3.2
2026-07-26T16:19:42.2911511Z    Compiling cordyceps v0.3.4
2026-07-26T16:19:42.3110613Z    Compiling crossbeam-utils v0.8.21
2026-07-26T16:19:42.3269912Z    Compiling httpdate v1.0.3
2026-07-26T16:19:42.4032915Z    Compiling parking v2.2.1
2026-07-26T16:19:42.4280634Z    Compiling spin v0.10.0
2026-07-26T16:19:42.4390844Z    Compiling diatomic-waker v0.2.3
2026-07-26T16:19:42.5260473Z    Compiling signature v2.2.0
2026-07-26T16:19:42.5770066Z    Compiling serde_json v1.0.150
2026-07-26T16:19:42.5850433Z    Compiling winnow v1.0.3
2026-07-26T16:19:42.6000792Z    Compiling futures-lite v2.6.1
2026-07-26T16:19:42.6188663Z    Compiling cipher v0.4.4
2026-07-26T16:19:42.6428353Z    Compiling ed25519 v2.2.3
2026-07-26T16:19:42.6650489Z    Compiling netlink-packet-core v0.8.1
2026-07-26T16:19:42.6760808Z    Compiling universal-hash v0.5.1
2026-07-26T16:19:42.6780770Z    Compiling vergen v9.1.0
2026-07-26T16:19:42.7171019Z    Compiling futures-buffered v0.2.13
2026-07-26T16:19:42.7467013Z    Compiling vergen-lib v0.1.6
2026-07-26T16:19:42.7650586Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-26T16:19:42.7941304Z    Compiling heapless v0.7.17
2026-07-26T16:19:42.8600814Z    Compiling digest v0.11.3
2026-07-26T16:19:42.8675775Z    Compiling noq-udp v0.10.0
2026-07-26T16:19:42.8870763Z    Compiling sync_wrapper v1.0.2
2026-07-26T16:19:42.9150855Z    Compiling opaque-debug v0.3.1
2026-07-26T16:19:42.9420467Z    Compiling allocator-api2 v0.2.21
2026-07-26T16:19:42.9650844Z    Compiling byteorder v1.5.0
2026-07-26T16:19:42.9770835Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-26T16:19:43.0510947Z    Compiling polyval v0.6.2
2026-07-26T16:19:43.1067154Z    Compiling aws-lc-sys v0.41.0
2026-07-26T16:19:43.1069356Z    Compiling ring v0.17.14
2026-07-26T16:19:43.1210759Z    Compiling libsqlite3-sys v0.30.1
2026-07-26T16:19:43.1760746Z    Compiling hash32 v0.2.1
2026-07-26T16:19:43.2472187Z    Compiling spin v0.9.8
2026-07-26T16:19:43.2799737Z    Compiling vergen-gitcl v1.0.8
2026-07-26T16:19:43.3630922Z    Compiling tower-layer v0.3.3
2026-07-26T16:19:43.4229351Z    Compiling num_threads v0.1.7
2026-07-26T16:19:43.4374715Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-26T16:19:43.4376320Z    Compiling signature v3.0.0
2026-07-26T16:19:43.4682651Z    Compiling ryu v1.0.23
2026-07-26T16:19:43.5063146Z    Compiling fallible-iterator v0.3.0
2026-07-26T16:19:43.5610467Z    Compiling time v0.3.47
2026-07-26T16:19:43.5850720Z    Compiling ghash v0.5.1
2026-07-26T16:19:43.6030454Z    Compiling sha2 v0.11.0-rc.5
2026-07-26T16:19:43.6297777Z    Compiling aes v0.8.4
2026-07-26T16:19:43.6697781Z    Compiling ctr v0.9.2
2026-07-26T16:19:43.7031527Z    Compiling fs2 v0.4.3
2026-07-26T16:19:43.7230703Z    Compiling aead v0.5.2
2026-07-26T16:19:43.8512469Z    Compiling http-body-util v0.1.3
2026-07-26T16:19:43.8611501Z    Compiling arrayvec v0.7.6
2026-07-26T16:19:43.8710666Z    Compiling utf8parse v0.2.2
2026-07-26T16:19:43.9250530Z    Compiling openssl-probe v0.2.1
2026-07-26T16:19:43.9660721Z    Compiling crossbeam-channel v0.5.15
2026-07-26T16:19:43.9741352Z    Compiling crossbeam-epoch v0.9.18
2026-07-26T16:19:44.0750939Z    Compiling blake3 v1.8.5
2026-07-26T16:19:44.1520822Z    Compiling netlink-packet-route v0.29.0
2026-07-26T16:19:44.1710518Z    Compiling memoffset v0.6.5
2026-07-26T16:19:44.2190489Z    Compiling acto v0.8.2
2026-07-26T16:19:44.3299786Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-26T16:19:44.4460443Z    Compiling aes-gcm v0.10.3
2026-07-26T16:19:44.4607276Z    Compiling noq v0.18.0
2026-07-26T16:19:44.4760701Z    Compiling netwatch v0.16.0
2026-07-26T16:19:44.4981233Z    Compiling rustc-hash v2.1.2
2026-07-26T16:19:44.5202043Z    Compiling mac-addr v0.3.0
2026-07-26T16:19:44.6070622Z    Compiling ref-cast v1.0.25
2026-07-26T16:19:44.6192321Z    Compiling lru-slab v0.1.2
2026-07-26T16:19:44.6910305Z    Compiling sorted-index-buffer v0.2.1
2026-07-26T16:19:44.6976591Z    Compiling identity-hash v0.1.0
2026-07-26T16:19:44.7070595Z    Compiling foldhash v0.2.0
2026-07-26T16:19:44.7664670Z    Compiling rustix v1.1.4
2026-07-26T16:19:44.7734616Z    Compiling tagptr v0.2.0
2026-07-26T16:19:44.7972498Z    Compiling xml-rs v0.8.28
2026-07-26T16:19:44.8218105Z    Compiling thiserror v1.0.69
2026-07-26T16:19:44.8674408Z    Compiling hashbrown v0.16.1
2026-07-26T16:19:44.9672648Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-26T16:19:45.0741025Z    Compiling synstructure v0.13.2
2026-07-26T16:19:45.0990833Z    Compiling darling_core v0.20.11
2026-07-26T16:19:45.3410748Z    Compiling serde_derive_internals v0.29.1
2026-07-26T16:19:45.3790460Z    Compiling netlink-packet-route v0.30.0
2026-07-26T16:19:45.5467123Z    Compiling ioctl-rs v0.1.6
2026-07-26T16:19:45.6630828Z    Compiling xmltree v0.10.3
2026-07-26T16:19:45.7560673Z    Compiling errno v0.3.14
2026-07-26T16:19:45.8230570Z    Compiling proc-macro-crate v3.5.0
2026-07-26T16:19:45.8799283Z    Compiling termios v0.2.2
2026-07-26T16:19:45.9270759Z    Compiling serial-core v0.4.0
2026-07-26T16:19:46.0184487Z    Compiling aho-corasick v1.1.4
2026-07-26T16:19:46.0750548Z    Compiling simple-dns v0.9.3
2026-07-26T16:19:46.1030987Z    Compiling simdutf8 v0.1.5
2026-07-26T16:19:46.1127779Z    Compiling constant_time_eq v0.4.2
2026-07-26T16:19:46.1503554Z    Compiling linux-raw-sys v0.12.1
2026-07-26T16:19:46.3160637Z    Compiling winnow v0.7.15
2026-07-26T16:19:46.3430621Z    Compiling sha1_smol v1.0.1
2026-07-26T16:19:46.4240750Z    Compiling resolv-conf v0.7.6
2026-07-26T16:19:46.4354910Z    Compiling regex-syntax v0.8.10
2026-07-26T16:19:46.5730204Z    Compiling arrayref v0.3.9
2026-07-26T16:19:46.5785279Z    Compiling signal-hook v0.3.18
2026-07-26T16:19:46.6099212Z    Compiling toml_write v0.1.2
2026-07-26T16:19:46.6270869Z    Compiling smol_str v0.1.24
2026-07-26T16:19:46.8302759Z    Compiling serial-unix v0.4.0
2026-07-26T16:19:46.8498216Z    Compiling signal-hook-registry v1.4.8
2026-07-26T16:19:46.9420785Z    Compiling lru v0.16.4
2026-07-26T16:19:47.1060554Z    Compiling darling_core v0.23.0
2026-07-26T16:19:47.1264735Z    Compiling serde_bytes v0.11.19
2026-07-26T16:19:47.1800645Z    Compiling serde_derive v1.0.228
2026-07-26T16:19:47.2350530Z    Compiling zeroize_derive v1.4.3
2026-07-26T16:19:47.3692161Z    Compiling tokio-macros v2.7.0
2026-07-26T16:19:47.3900665Z    Compiling zerofrom-derive v0.1.7
2026-07-26T16:19:47.8106043Z    Compiling zeroize v1.8.2
2026-07-26T16:19:47.9804047Z    Compiling futures-macro v0.3.32
2026-07-26T16:19:48.1124695Z    Compiling tokio v1.52.3
2026-07-26T16:19:48.5581465Z    Compiling yoke-derive v0.8.2
2026-07-26T16:19:48.8130046Z    Compiling zerovec-derive v0.11.3
2026-07-26T16:19:48.8772188Z    Compiling zerofrom v0.1.8
2026-07-26T16:19:48.9921837Z    Compiling displaydoc v0.2.6
2026-07-26T16:19:49.0122480Z    Compiling futures-util v0.3.32
2026-07-26T16:19:49.1300266Z    Compiling tracing-attributes v0.1.31
2026-07-26T16:19:49.1768752Z    Compiling rustls-pki-types v1.14.1
2026-07-26T16:19:49.7954753Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-26T16:19:49.9061485Z    Compiling thiserror-impl v2.0.18
2026-07-26T16:19:49.9333124Z    Compiling yoke v0.8.3
2026-07-26T16:19:50.1448402Z    Compiling zerotrie v0.2.4
2026-07-26T16:19:50.2790599Z    Compiling darling_macro v0.20.11
2026-07-26T16:19:50.3167587Z    Compiling zerovec v0.11.6
2026-07-26T16:19:50.5372452Z    Compiling derive_more-impl v2.1.1
2026-07-26T16:19:50.5690569Z    Compiling n0-error-macros v0.1.3
2026-07-26T16:19:50.6560570Z    Compiling darling v0.20.11
2026-07-26T16:19:50.7227863Z    Compiling derive_builder_core v0.20.2
2026-07-26T16:19:50.8274213Z    Compiling spez v0.1.2
2026-07-26T16:19:51.2054346Z    Compiling der v0.8.0-rc.10
2026-07-26T16:19:51.2715472Z    Compiling tinystr v0.8.3
2026-07-26T16:19:51.3430915Z    Compiling potential_utf v0.1.5
2026-07-26T16:19:51.5180686Z    Compiling icu_locale_core v2.2.0
2026-07-26T16:19:51.5670820Z    Compiling icu_collections v2.2.0
2026-07-26T16:19:51.6951337Z    Compiling pin-project-internal v1.1.13
2026-07-26T16:19:51.7961084Z    Compiling n0-error v0.1.3
2026-07-26T16:19:52.1521727Z    Compiling cobs v0.3.0
2026-07-26T16:19:52.2290814Z    Compiling derive_builder_macro v0.20.2
2026-07-26T16:19:52.3781411Z    Compiling postcard-derive v0.2.2
2026-07-26T16:19:52.4316048Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-26T16:19:52.5336900Z    Compiling derive_builder v0.20.2
2026-07-26T16:19:52.8790452Z    Compiling icu_provider v2.2.0
2026-07-26T16:19:53.0009334Z    Compiling spki v0.8.0-rc.4
2026-07-26T16:19:53.0930467Z    Compiling ipnet v2.12.0
2026-07-26T16:19:53.2136923Z    Compiling icu_normalizer v2.2.0
2026-07-26T16:19:53.2380892Z    Compiling icu_properties v2.2.0
2026-07-26T16:19:53.2551129Z    Compiling pin-project v1.1.13
2026-07-26T16:19:53.3112611Z    Compiling futures-executor v0.3.32
2026-07-26T16:19:53.3261162Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-26T16:19:53.3855168Z    Compiling ed25519-dalek v2.2.0
2026-07-26T16:19:53.4711446Z    Compiling prefix-trie v0.8.4
2026-07-26T16:19:53.5210358Z    Compiling ed25519 v3.0.0-rc.4
2026-07-26T16:19:53.5903411Z    Compiling futures v0.3.32
2026-07-26T16:19:53.6531143Z    Compiling spt-proto v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-26T16:19:53.7942059Z    Compiling once_cell v1.21.4
2026-07-26T16:19:53.9370226Z    Compiling data-encoding-macro v0.1.20
2026-07-26T16:19:53.9581391Z    Compiling rustls-native-certs v0.8.4
2026-07-26T16:19:54.0165036Z    Compiling iroh-metrics-derive v0.4.1
2026-07-26T16:19:54.0781130Z    Compiling tracing-core v0.1.36
2026-07-26T16:19:54.3070492Z    Compiling hashbrown v0.14.5
2026-07-26T16:19:54.3452292Z    Compiling num_enum_derive v0.7.6
2026-07-26T16:19:54.4675319Z    Compiling postcard v1.1.3
2026-07-26T16:19:54.5121499Z    Compiling async-trait v0.1.89
2026-07-26T16:19:54.5260529Z    Compiling enum-assoc v1.3.0
2026-07-26T16:19:54.7172987Z    Compiling tracing v0.1.44
2026-07-26T16:19:54.8942594Z    Compiling tokio-util v0.7.18
2026-07-26T16:19:54.9808654Z    Compiling idna_adapter v1.2.2
2026-07-26T16:19:55.0516188Z    Compiling derive_more v2.1.1
2026-07-26T16:19:55.0670365Z    Compiling netlink-sys v0.8.8
2026-07-26T16:19:55.0740595Z    Compiling tower v0.5.3
2026-07-26T16:19:55.1106846Z    Compiling idna v1.1.0
2026-07-26T16:19:55.1310305Z    Compiling strum_macros v0.28.0
2026-07-26T16:19:55.2020828Z    Compiling hashlink v0.9.1
2026-07-26T16:19:55.2332142Z    Compiling iroh-relay v0.98.0
2026-07-26T16:19:55.2490959Z    Compiling iroh-metrics v0.38.3
2026-07-26T16:19:55.4250660Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-26T16:19:55.4494817Z    Compiling netlink-proto v0.12.0
2026-07-26T16:19:55.5106090Z    Compiling num_enum v0.7.6
2026-07-26T16:19:55.6200213Z    Compiling url v2.5.8
2026-07-26T16:19:55.6310566Z    Compiling rusqlite v0.32.1
2026-07-26T16:19:55.6500978Z    Compiling netdev v0.42.0
2026-07-26T16:19:55.6502027Z    Compiling moka v0.12.15
2026-07-26T16:19:55.6840628Z    Compiling toml_datetime v0.6.11
2026-07-26T16:19:55.7446867Z    Compiling serde_spanned v0.6.9
2026-07-26T16:19:55.8851309Z    Compiling thiserror-impl v1.0.69
2026-07-26T16:19:55.8889615Z    Compiling ref-cast-impl v1.0.25
2026-07-26T16:19:55.9110849Z    Compiling toml_edit v0.22.27
2026-07-26T16:19:56.0192423Z    Compiling h2 v0.4.14
2026-07-26T16:19:56.1863279Z    Compiling n0-watcher v0.6.1
2026-07-26T16:19:56.4275735Z    Compiling tokio-stream v0.1.18
2026-07-26T16:19:56.5368408Z    Compiling webpki-roots v1.0.7
2026-07-26T16:19:56.6670892Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-26T16:19:56.6781439Z    Compiling attohttpc v0.30.1
2026-07-26T16:19:56.8591064Z    Compiling iroh-base v0.98.0
2026-07-26T16:19:57.0211591Z    Compiling spt-store v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-26T16:19:57.1480249Z    Compiling tower-http v0.6.11
2026-07-26T16:19:57.2171385Z    Compiling regex-automata v0.4.14
2026-07-26T16:19:57.3706341Z    Compiling schemars_derive v1.2.1
2026-07-26T16:19:57.3880169Z    Compiling hmac v0.12.1
2026-07-26T16:19:57.5009851Z    Compiling seize v0.5.1
2026-07-26T16:19:57.5190614Z    Compiling iroh v0.98.2
2026-07-26T16:19:57.6990826Z    Compiling dyn-clone v1.0.20
2026-07-26T16:19:57.7260937Z    Compiling pin-utils v0.1.0
2026-07-26T16:19:57.7660739Z    Compiling cmov v0.5.4
2026-07-26T16:19:57.7994854Z    Compiling rustix v0.38.44
2026-07-26T16:19:57.8089745Z    Compiling bitflags v1.3.2
2026-07-26T16:19:57.8400639Z    Compiling papaya v0.2.4
2026-07-26T16:19:57.8718308Z    Compiling nix v0.25.1
2026-07-26T16:19:58.0202220Z    Compiling ctutils v0.4.2
2026-07-26T16:19:58.0907981Z    Compiling hkdf v0.12.4
2026-07-26T16:19:58.1211785Z    Compiling strum v0.28.0
2026-07-26T16:19:58.2426401Z    Compiling iroh-dns v0.98.0
2026-07-26T16:19:58.2500313Z    Compiling filedescriptor v0.8.3
2026-07-26T16:19:58.2749177Z    Compiling backon v1.6.0
2026-07-26T16:19:58.3000625Z    Compiling darling_macro v0.23.0
2026-07-26T16:19:58.4993814Z    Compiling serial v0.4.0
2026-07-26T16:19:58.5871349Z    Compiling anstyle-parse v1.0.0
2026-07-26T16:19:58.6040816Z    Compiling vte_generate_state_changes v0.1.2
2026-07-26T16:19:58.6570546Z    Compiling colorchoice v1.0.5
2026-07-26T16:19:58.7230990Z    Compiling toml v0.8.23
2026-07-26T16:19:58.8091507Z    Compiling downcast-rs v1.2.1
2026-07-26T16:19:58.8301517Z    Compiling anstyle-query v1.1.5
2026-07-26T16:19:58.8377051Z    Compiling anstyle v1.0.14
2026-07-26T16:19:58.8709605Z    Compiling unicode-width v0.2.0
2026-07-26T16:19:58.8800974Z    Compiling linux-raw-sys v0.4.15
2026-07-26T16:19:58.8862846Z    Compiling instability v0.3.12
2026-07-26T16:19:58.9370433Z    Compiling shell-words v1.1.1
2026-07-26T16:19:58.9555638Z    Compiling foldhash v0.1.5
2026-07-26T16:19:59.0860697Z    Compiling is_terminal_polyfill v1.70.2
2026-07-26T16:19:59.1140336Z    Compiling vte v0.13.1
2026-07-26T16:19:59.1568357Z    Compiling anstream v1.0.0
2026-07-26T16:19:59.1700481Z    Compiling hashbrown v0.15.5
2026-07-26T16:19:59.1800771Z    Compiling signal-hook-mio v0.2.5
2026-07-26T16:19:59.2320679Z    Compiling darling v0.23.0
2026-07-26T16:19:59.3050459Z    Compiling spake2 v0.4.0
2026-07-26T16:19:59.3200794Z    Compiling terminal_size v0.4.4
2026-07-26T16:19:59.4753917Z    Compiling strum_macros v0.26.4
2026-07-26T16:19:59.5710647Z    Compiling sha1 v0.10.6
2026-07-26T16:19:59.6212391Z    Compiling schemars v1.2.1
2026-07-26T16:19:59.7100530Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-26T16:19:59.8576274Z    Compiling itertools v0.13.0
2026-07-26T16:20:00.0572527Z    Compiling castaway v0.2.4
2026-07-26T16:20:00.0675670Z    Compiling doctest-file v1.1.1
2026-07-26T16:20:00.2030839Z    Compiling static_assertions v1.1.0
2026-07-26T16:20:00.2550631Z    Compiling indoc v2.0.7
2026-07-26T16:20:00.3025019Z    Compiling unicode-width v0.1.14
2026-07-26T16:20:00.6190668Z    Compiling regex v1.12.3
2026-07-26T16:20:00.6525326Z    Compiling clap_lex v1.1.0
2026-07-26T16:20:00.6799866Z    Compiling interprocess v2.4.2
2026-07-26T16:20:00.9446205Z    Compiling clap_builder v4.6.0
2026-07-26T16:20:01.3260814Z    Compiling spt-msg v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-26T16:20:01.4610822Z    Compiling crossterm v0.28.1
2026-07-26T16:20:01.4990935Z    Compiling compact_str v0.8.2
2026-07-26T16:20:01.7236062Z    Compiling spt-runtime v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-26T16:20:01.9281994Z    Compiling hyper v1.10.1
2026-07-26T16:20:02.0470999Z    Compiling unicode-truncate v1.1.0
2026-07-26T16:20:02.0681026Z    Compiling strum v0.26.3
2026-07-26T16:20:02.1749528Z    Compiling portable-pty v0.8.1
2026-07-26T16:20:02.1950404Z    Compiling lru v0.12.5
2026-07-26T16:20:02.2092240Z    Compiling clap_derive v4.6.1
2026-07-26T16:20:02.3275228Z    Compiling iana-time-zone v0.1.65
2026-07-26T16:20:02.4140705Z    Compiling cassowary v0.3.0
2026-07-26T16:20:02.5874306Z    Compiling chrono v0.4.45
2026-07-26T16:20:02.7451454Z    Compiling spt-term v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-26T16:20:02.8300613Z    Compiling ratatui v0.29.0
2026-07-26T16:20:03.3180577Z    Compiling nucleo-matcher v0.3.1
2026-07-26T16:20:03.4251100Z    Compiling qrcode v0.14.1
2026-07-26T16:20:03.4774054Z    Compiling tempfile v3.27.0
2026-07-26T16:20:04.2756439Z    Compiling hyper-util v0.1.20
2026-07-26T16:20:04.4802059Z    Compiling clap v4.6.1
2026-07-26T16:20:05.0659559Z    Compiling spt-live v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-26T16:20:06.3513782Z    Compiling igd-next v0.17.1
2026-07-26T16:20:07.5214116Z    Compiling portmapper v0.16.0
2026-07-26T16:20:11.9083452Z    Compiling rustls-webpki v0.103.13
2026-07-26T16:20:14.3413550Z    Compiling tokio-rustls v0.26.4
2026-07-26T16:20:14.3414117Z    Compiling noq-proto v0.17.0
2026-07-26T16:20:14.3414466Z    Compiling rustls-platform-verifier v0.7.0
2026-07-26T16:20:14.4881243Z    Compiling hyper-rustls v0.27.9
2026-07-26T16:20:14.4881920Z    Compiling hickory-net v0.26.0-beta.4
2026-07-26T16:20:14.4882413Z    Compiling tokio-websockets v0.13.2
2026-07-26T16:20:14.6198823Z    Compiling reqwest v0.13.4
2026-07-26T16:20:15.5881583Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-26T16:20:29.6593465Z    Compiling spt-net v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-26T16:20:31.1965468Z    Compiling spt-daemon v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-26T16:20:41.0504715Z    Compiling spt v0.43.1 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-26T16:20:46.0686389Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-26T16:20:46.0908764Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-0764f7c01e9cae27)
2026-07-26T16:20:46.0921481Z 
2026-07-26T16:20:46.0923321Z running 1 test
2026-07-26T16:20:52.2803085Z test new_brain_serves_against_old_broker ... ok
2026-07-26T16:20:52.2803471Z 
2026-07-26T16:20:52.2803826Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-26T16:20:52.2804306Z 
